home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Be sure that in CONFIG.SYS you have the following set correctly:
- echo HIMEM.SYS, FILES=20 and -NO- QDPMI (QEMM only)
- echo You will get Filexxx NOT FOUND messages if FILES is too low a value!
- echo --- Use UNIVBE if your video comes up as not supported ---
- echo For Windows, you need WINDPMI.386 in SYSTEM.INI, see README.DOC
-
- rem -----If you are reading this to find a DEEP.INI, look no further.
- rem There is NO .INI file any longer. Just type DEEP and follow the
- rem onscreen instructions!
-
- rem -----This batch file is REQUIRED to build nodes and test levels (registered)
-
- DEEP32 -mustexist %1 %2 %3 %4 %5 %6 %7 %8 %9
- :checklevel
- if errorlevel 166 goto exit
- if errorlevel 101 call DEEPPLAY.BAT
- @echo off
- del DEEPPLAY.BAT
- DEEP32 -mustexist
- goto checklevel
- :exit
- echo.
-